![]() |
PATH![]() |
![]() ![]() |
The following constants specify the type of an icon attached to a menu item. They are passed in SetMenuItemIconHandle and obtained by GetMenuItemIconHandle . Menu item icon type constants are available with Appearance Manager 1.0 and later.
enum {
kMenuNoIcon = 0,
kMenuIconType = 1,
kMenuShrinkIconType = 2,
kMenuSmallIconType = 3,
kMenuColorIconType = 4,
kMenuIconSuiteType = 5,
kMenuIconRefType = 6
};
Previous | Back Up One Level | Next |